home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / misc / gdos_faq.zoo / gdos_faq.txt
Text File  |  1994-04-02  |  57KB  |  1,494 lines

  1.  
  2.                   Everything you wanted to know about GDOS drivers
  3.  
  4.                              (but were afraid to ask)*
  5.  
  6.  
  7.                                     Version 1.9
  8.  
  9.                                    Gerd Castan **
  10.  
  11.                                       3.3.1994
  12.  
  13.  
  14. ________________________________
  15. * (c) by Woody Allen ;-)
  16. ** English translation by Stefan Damerau (stefan_damerau@sl.maus.de)
  17.  
  18. German version posted in de.comp.sys.st und maus.gui.gem.
  19. English version posten in comp.sys.atari.st
  20.  
  21.  
  22. Contents
  23.  
  24.  
  25.      1 Technical Info
  26.      2 Introduction
  27.      3 Motivation
  28.      4 Changes
  29.      5 VDI Drivers
  30.         5.1 Ink Printers
  31.         5.2 9pin drivers
  32.         5.3 24pin drivers
  33.         5.4 Laser drivers
  34.         5.5 Atari laser drivers
  35.         5.6 Screen drivers
  36.            5.6.1 LineA
  37.            5.6.2 Setscreen & Getscreen
  38.            5.6.3 NVDI and WARP 9
  39.         5.7 Other drivers
  40.            5.7.1 Memory drivers
  41.            5.7.2 Plotter drivers
  42.         5.8 What's missing
  43.      6 Errors
  44.      7 Fonts
  45.         7.1 General
  46.         7.2 Bitmap fonts
  47.         7.3 Vector fonts
  48.      8 printer
  49.         8.1 List of availability
  50.      9 Programs
  51.     10 Utilities
  52.        10.1 fontfix
  53.        10.2 Outline Fonts
  54.        10.3 Printer Driver
  55.        10.4 ASSIGN
  56.        10.5 FONTCHK
  57.        10.6 FONTCNV
  58.        10.7 GEMFont
  59.        10.8 FontMonger
  60.        10.9 Font ID
  61.     11 Distribution
  62.        11.1  Atari
  63.        11.2  BELA
  64.        11.3  FontGDOS
  65.        11.4  Language
  66.        11.5  Internet
  67.        11.6  Working Title
  68.        11.7  Speedo drivers
  69.        11.8  Speedo 4.2
  70.        11.9  COMPO
  71.        11.10 IMG-0300
  72.        11.11 Others
  73.        11.12 FTP
  74.     12 Source
  75.     13 Tips'n Tricks
  76.        13.1 Pixeltrash at printing, advice for users
  77.        13.2 NEC P6+
  78.     14 Tips'n Tricks for coders
  79.        14.1 Fontsize and Pixelsize
  80.     15 Addresses
  81.     16 Miscellaneous
  82.        16.1 Critics
  83.           16.1.1 Critics to the author
  84.           16.1.2 Critics to the translator
  85.        16.2 Praise
  86.        16.3 For my support
  87.      16.4 Trademarks
  88.     17 Appendix
  89.        17.1 Literature
  90.  
  91.  
  92. 1 Technical Info
  93.  
  94.  
  95. My email address will change more than once next time. Due to this reason I
  96. have an alias, forwarding my mail to my actual location - and if it's in 
  97. the MAUS Net: G.Castan@physik.uni-stuttgart.de
  98.  
  99. For easy location of this document at servers and mailboxes, I ask for
  100. using the following name(s) and saving the ascii AND TeX versions:
  101. FILENAME=
  102. gdosi19e   (english version)
  103. gdosinf19e (when using UNIX) CR+LF should be used when saving at
  104.            UNIX-Fileservers too, not just LF
  105.  
  106. 2 Introduction
  107.  
  108. Actually I'm writing a program, that makes his print out via GDOS. Looking
  109. for printer drivers I faced the problem, that many times no documentation is
  110. included to the drivers.
  111.  
  112. Otherwise it may happen that there are different drivers with the same name.
  113.  
  114. Here I have briefly collected my experiences with printer drivers.
  115.  
  116. This collection doesn't generally want to describe coders how to use
  117. printer drivers (except to problems not mentioned in literature). And you
  118. wont find information about the concept or how to install printer drivers.
  119. To get this refer to the list at the end of this FAQ.
  120.  
  121. What I want to exclaim here is more information about the several drivers:
  122.  
  123.   o Where are the drivers available?
  124.   o How to distinguish them?
  125.   o What are the problem with them?
  126.   o Which drivers can be used for certain printers?
  127.  
  128.  
  129. If anybody has more experience or questions, please write me. I will face
  130. the work to update this FAQ.
  131.  
  132. Credits:
  133. Kay Prisille       (MIGRAPH-Products, Calligrapher lite)
  134. Julian Reschke     (IMG-0???)
  135. Volker Ritzhaupt
  136. Jⁿrgen Voorgang    (Working Title - Products)
  137. Herwig Schelauske  (Installation of GDOS, Name-conventions)
  138. Normen Kowalewski  (Font-GDOS)
  139. Erik Dick          (SpeedoGDOS)
  140. Patrick Dubbrow
  141. Ulrich Rossgoderer (WYSIWYG)
  142. Stefan Hintz       (CHARLY IMAGE)
  143. Ulli 'Huhu' Ramps, Christian Nieber (Speedo 4.2)
  144. Mickey Boyd        (reviewing parts of the translation)
  145.  
  146. Gerd Castan.
  147.  
  148.  
  149. 3 Motivation
  150.  
  151. With GDOS it took me 2 hours of coding, to get the screen-output to the
  152. printer in maximum quality. And (almost) with no extra work I get output to
  153. printers I even don't know.
  154.  
  155. If there's anybody who wants to write a program with printing options, he
  156. should better care of the main job of the programm.
  157.  
  158. Nobody wants to pay for printer drivers if there's another program that
  159. didn't take the coder extra work with such stuff making this program less
  160. expensive (and surely better).
  161.  
  162. The User has - besides the lower price - another advantage. If he uses
  163. several programs he needs place for the driver and the fonts only one time on
  164. the disc.
  165.  
  166. SpeedoGDOS is available from Atari shops (Atari Competence Center in Germany)
  167. now.
  168.  
  169. The (qualified) feedback to my FAQ has - compared to last autumn - raised
  170. remarkable. Due to Speedo the interest in GDOS coming from the coders seems
  171. to be bigger.
  172.  
  173. 4 Changes
  174.  
  175. New chapters/infos are marked with '+', changed ones with '*'. Smaller
  176. changes aren't marked.
  177.  
  178.    + Pegasus, Riemann II, CHARLY IMAGE, rho-Analyse
  179.    + SLM_HS.SYS
  180.    + Speedo 4.2 (Drivers)
  181.    + Font-ID
  182.    * Phonenumbers in ISO style
  183.    * Screendrivers:  bitmap-fonts
  184.    * WARP 9
  185.    * Monoklin
  186.    * Bitmap fonts
  187.    * Note to ink printers
  188.  
  189. 5   VDI-Drivers
  190.  
  191.  
  192. In this table I have listed distributor, errors and useable fonts.
  193.  
  194.  5.1 Ink Printers
  195.  
  196. ________________________________________________________________________
  197. | Name      |Date     |Length |Distributor |Errors | Others | Fonts    |
  198. |___________|_________|_______|____________|_1_|_2_|________|__________|
  199. | BJ10E     |20.11.90 | 45917 | WT         |   |   |        |NC        |
  200. | BJ10      |20.11.85 | 45919 | CL         |   |   |        |NC        |
  201. | BJ10      |28.08.91 | 45660 | BELA       |   |   |        |NC        |
  202. | BJ10      |27.01.92 | 59715 | FontGDOS,I |   | n |        |NC, OTL   |
  203. | BJ10      |28.01.93 | 61428 | Speedo     |   | n |        |NC, SPD   |
  204. | BJ10      |02.07.93 | 63496 | Speedo 4.2 |   | n |        |NC, SPD   |
  205. | HP_LJET   |22.02.89 | 45512 | BELA       |   |   | p.g.   | LS       |
  206. | HP_LASER  |25.09.89 | 36928 | Atari,I    |   |   |        |LS        |
  207. | LASERJET  |06.03.91 | 54517 | Atari      |   |   |        |LS        |
  208. | LASERJET  |27.01.92 | 60194 | FontGDOS,I |   | n |        |LS, OTL   |
  209. | LASERJET  |28.01.93 | 61907 | Speedo     |   | n |        |LS, SPD   |
  210. | LASERJET  |02.07.93 | 64408 | Speedo 4.2 |   | n |        |LS, SPD   |
  211. | HPL150    |12.04.86 | 51541 | wt         |   |   |150dpi  | LL       |
  212. | HPL300    |24.04.86 | 51541 | CL,wt      |   |   |        |LS        |
  213. | DESKJET   |13.05.92 | 45637 | BELA       |   |   |  p.    |LS?       |
  214. | DESKJET   |14.05.91 | 46040 | CL,WT      |   |   |  p.    |300x600   |
  215. | DESKJET   |06.03.91 | 54285 | Atari,I    |   |   |        |LS?       |
  216. | DESKJET5  |14.05.91 | 46040 | CL,WT      |   |   | delta  |LS        |
  217. | DJ5       |27.01.92 | 60600 | FontGDOS,I |   | n |        |OTL       |
  218. | DJ5       |28.01.93 | 62251 | Speedo     |   | n |        |SPD       |
  219. | DJ5       |02.07.93 | 64319 | Speedo 4.2 |   | n |        |SPD       |
  220. | MT90      |21.12.90 | 44881 | BELA       |   |   |180dpi  | SP       |
  221. | PAINTJET  |27.01.92 | 60005 | FontGDOS   |   | n |        |SP, OTL   |
  222. | PAINTJET  |28.01.93 | 61648 | Speedo     |   | n |        |SP, SPD   |
  223. | PAINTJET  |02.07.93 | 63642 | Speedo 4.2 |   | n |        |SP, SPD   |
  224. | PAINTJET  |14.08.92 | 60173 | I          |   |   |        |SP, OTL   |
  225. |_PAINTJET__|13.10.91_|_45934_|_WT_________|___|___|________|SP________|
  226.  
  227. Note: The drivers named HP_LJET and DESKJET can be used for (HP-compatible)
  228. ink and laser printers. The difference is in the transfer to the printer:
  229. Packed (p.) or not packed (n.p.). 'Delta' means that the data is delta
  230. packed.
  231.  
  232. PAINTJET is a color driver with 8 colors.
  233.  
  234. MT90 is made by Patrick Dubbrow.
  235.  
  236. Using ink drivers produces a problem with bitmap fonts. Using 300dpi all is ok.
  237. But 360dpi fonts are optimised for best efforts with pin printers having thick
  238. pins. Using ink printers makes the fonts look much too thin.
  239.  
  240. Solution: either use 300 [ 600, 1200 :-) ] or exclusively use vectorfonts
  241.  
  242.  
  243.  5.2 9pin-drivers
  244.  
  245. _____________________